Welcome![Sign In][Sign Up]
Location:
Search - matlab s function

Search list

[Other resourceFUZZYMATLAB

Description: 使用MATLAB的S函数来实现模糊控制查询表的计算,全部由程序实现,不使用FUZZY工具箱.-using MATLAB S function to achieve fuzzy control for the table, all by program, the non-use of fuzzy toolbox.
Platform: | Size: 2071 | Author: 胡卫华 | Hits:

[WEB CodeMatlab

Description: Matlab小问题 问: Matlab仿真中怎样编辑Scope中的图象??? 答: 实现的方法有以下的几种: 1)PrintScreen,然后粘贴到Windows位图编辑器,选择图像点击右键,选择“反色”即可; 2)在Scope中,它的参数设置的第二页,有一个Save Data to Workplace,将它选中,然后在下面的方框 中指定变量名,然后用plot命令画出; 3)直接在模型上再加一个,to Workplace模块,也用plot画出; 4) 等scope显示出来图像以后,在matlab上运行 set(0, ShowHiddenHandles , On ) set(gcf, menubar , figure ) 这时候你会发现scope的工具栏的上面多了一行,点击insert-axes,鼠标会变成十字形状,然后再图像的任意一处双击左键出现一个对话框PropertyEditor,选中style在窗口的右便会出现color,这时你就可以任意修改背景颜色了。 问: 怎样进行S-function的编程和使用??? 答: S-function也就是System-function的缩写。说得简单,S-function就是用MATLAB所提供的模型不能完全满足用户,而提供给用户自己编写程序来满足自己要求模型的接口。要了
Platform: | Size: 5901 | Author: wupeng | Hits:

[matlab咖吗滤波matlab

Description:

function [h,s,v] = rgb2hsv(r,g,b)
%RGB2HSV Convert red-green-blue colors to hue-saturation-value.
%   H = RGB2HSV(M) converts an RGB color map to an HSV color map.
%   Each map is a matrix with any number of rows, exactly three columns,
%   and elements in the interval 0 to 1.  The columns of the input matrix,
%   M, represent intensity of red, blue and green, respectively.  The
%   columns of the resulting output matrix, H, represent hue, saturation
%   and color value, respectively.
%
%   HSV = RGB2HSV(RGB) converts the RGB image RGB (3-D array) to the
%   equivalent HSV image HSV (3-D array).


Platform: | Size: 1517 | Author: leohee | Hits:

[DocumentsMATLAB的S-Function编写指导

Description: MATLAB开发入门资料,很详细,不错。
Platform: | Size: 756731 | Author: caicaicai777 | Hits:

[AI-NN-PRrunica

Description: 提出了一种利用S函数实验结果表明:ICA可以将 脑电信号中包含的心电(ECG)、眼电(EOG)等多种干扰信号成功地分离出来-use of a S-function experimental results show : ICA EEG can be included in the heart (ECG), eyes (EOG) and other interference signal successfully separated
Platform: | Size: 12288 | Author: 周周 | Hits:

[AI-NN-PR《神经网络理论与Matlab7实现》下载资料

Description: 神经网络理论与Matlab7电子工业出版社原代码-neural network theory and Matlab7 Electronic Industry Publishing House source
Platform: | Size: 23552 | Author: 宏观 | Hits:

[AI-NN-PRbpxor

Description: BP算法实现异或问题,采用S型函数的前向多层神经网络及其逆推学习算法-BP algorithm differences or problems, use of the S-Function to the multilayer neural networks and learning algorithms Backstepping
Platform: | Size: 24576 | Author: 郭攀红 | Hits:

[DSP programCFARzz

Description: CFAR代码,CFAR是用于雷达的一种滤波方法,称为平均值滤波,本程序给出了主程序以及CFAR-function,并且有噪音图和信号图,可以进行比较分析-CFAR code, CFAR radar for a filtering method, known as average filtering, the process is the main program and CFAR-function, and the noise and signal map plan, it can conduct a comparative analysis
Platform: | Size: 1053696 | Author: zz | Hits:

[Windows DevelopWaveletTrans

Description: matlab 环境下的 二维小波变换(正和逆变换),用二维卷积实现的,其中有个子函数用于产生小波系数的(小波分解和小波重构的系数都有)!你自己也可以往里面加系数-Matlab environment 2D wavelet transform (and inverse transform), with the realization of two-dimensional convolution. these subsystems function used to generate the wavelet coefficients (wavelet decomposition and reconstruction of wavelet coefficients have)! You can also hide factor! !
Platform: | Size: 3072 | Author: 兰勇生 | Hits:

[matlabdouble-fedmachine

Description: 双馈电机数学模型,基于simulink,如果需要可以提供S函数的模型-Doubly-fed machine mathematical model, based on simulink, if necessary can provide a model S function
Platform: | Size: 10240 | Author: | Hits:

[matlabmotorsfuntion

Description: 双馈电机的matlab/simulink源码,基于s函数编写-double-fed motor Matlab/Simulink source, based on the function s prepared
Platform: | Size: 3072 | Author: | Hits:

[OtherSIMULINKcontrol

Description: 本文介绍了MATLAB和SIMULINK的应用概况,主要讨论SIMULINK在控制系统仿真中的应用,以及S-函数的设计方法-This paper introduces the MATLAB and SIMULINK Application Profiles, SIMULINK discussed in the main control system simulation, the application of S-function design
Platform: | Size: 46080 | Author: ben | Hits:

[Post-TeleCom sofeware systemsSTBC_Alamouti

Description: 无线通信中空时分组码matlab(simlink)仿真方案,空时编码方案为Alamouti方案。simlink的模块中的s-函数使用了C语言编写。-wireless communications Hollow time block codes Matlab (simlink) simulation program, space-time coding for ACS programs. Simlink Module of the s-function uses the C language.
Platform: | Size: 38912 | Author: lhwbrike | Hits:

[Othersi

Description: 本资料为《MATLAB通信仿真及应用实例详解 》书本上的仿真   本书着重介绍了MATLAB在通信仿真,尤其是移动通信仿真中的应用,通过丰富具体的实例来加深读者对通信系统仿真的理解和掌握。全书共分10章,前3章介绍MATLAB通信仿真的基础,包括Simulink和S-函数;第4~8章分别介绍了信源和信宿、信道传输、信源编码、信道编码、信号交织以及信号调制的仿真模块及其仿真实现过程;第9章介绍了在通信系统的仿真和调试过程中经常遇到的问题及其解决办法;最后,第10章以cdma2000为例介绍了移动通信系统的设计和仿真。本书适用于通信行业的大专院校学生和研究人员,既可以作为初学者的入门教材,也可以用作中高级读者和研究人员的速查手册。 -this information as "MATLAB simulation and communication application example explanation" book on the simulation focused on the book- stay in communication MATLAB simulation, especially for the mobile communications simulation applications, through the rich and specific examples to deepen readers of the communications system simulation to understand and grasp. The book is divided into 10 chapters, the first three chapters on MATLAB simulation based communications, including Simulink S-Function; 4 ~ 8 respectively on the source and destination node, Channel Tunnel, source coding, channel coding, signal modulation signal intertwined and simulation module and Simulation process; Chapter 9 of the communications system simulation and debugging process frequently encountered problems
Platform: | Size: 17408 | Author: | Hits:

[Documentshanshu-1

Description: 超实用的matlab函数使用文档说明,有很多哦~,分几个包上传-ultra-practical use of Matlab function documents show that there are many-oh, a few hours .. Upload Packet
Platform: | Size: 934912 | Author: lyy | Hits:

[Documentshanshu-2-1

Description: 超实用的matlab函数使用文档说明,有很多哦~,分几个包上传..2-1-ultra-practical use of Matlab function documents show that there are many-oh, a few hours .. 2-1 Upload Packet
Platform: | Size: 1096704 | Author: lyy | Hits:

[Documentshanshu-5

Description: 超实用的matlab函数使用文档说明,有很多哦~,分几个包上传..5-ultra-practical use of Matlab function documents show that there are many-oh, a few hours .. 5 Upload Packet
Platform: | Size: 1314816 | Author: lyy | Hits:

[AlgorithmGreeFunction

Description: 光学传播,格林函数,matlab模拟小程序-optical transmission, the Green's function, small Matlab simulation procedures
Platform: | Size: 1024 | Author: 皮皮 | Hits:

[matlabDCM_H

Description: 用C语言编写的在Simulink环境下对转速可调永磁直流电机进行数值仿真的S函数源代码。该仿真源代码的特点是:能够仿真目前广泛应用的H桥驱动PWM调制调速永磁直流电机。将功率器件H桥与电机本体的数学模型完整的结合到一起。执行效率很高,仿真结果与实验结果非常相近。-C language in the Simulink environment for adjustable speed permanent magnet DC motor simulation S-function source code. The simulation source code features : simulation can be widely applied to the H-bridge PWM drive permanent magnet DC motor speed control. Will power devices H-bridge and motor Ontology integrity of a mathematical model combining together. High efficiency in the implementation of simulation results and experimental results are very similar.
Platform: | Size: 3072 | Author: 孙萌 | Hits:

[matlabS function in matlab simulink

Description: S function of matlab
Platform: | Size: 1135905 | Author: bens082002 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 40 »

CodeBus www.codebus.net